home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / lib / python2.4 / test / test_frozen.pyo (.txt) < prev    next >
Python Compiled Bytecode  |  2005-10-18  |  779b  |  37 lines

  1. # Source Generated with Decompyle++
  2. # File: in.pyo (Python 2.4)
  3.  
  4. from test.test_support import TestFailed
  5. import sys
  6. import os
  7.  
  8. try:
  9.     import __hello__
  10. except ImportError:
  11.     x = None
  12.     raise TestFailed, 'import __hello__ failed:' + str(x)
  13.  
  14.  
  15. try:
  16.     import __phello__
  17. except ImportError:
  18.     x = None
  19.     raise TestFailed, 'import __phello__ failed:' + str(x)
  20.  
  21.  
  22. try:
  23.     import __phello__.spam as __phello__
  24. except ImportError:
  25.     x = None
  26.     raise TestFailed, 'import __phello__.spam failed:' + str(x)
  27.  
  28. if sys.platform != 'mac':
  29.     
  30.     try:
  31.         import __phello__.foo as __phello__
  32.     except ImportError:
  33.         pass
  34.  
  35.     raise TestFailed, 'import __phello__.foo should have failed'
  36.  
  37.